home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1055
/
PlaceObject2_455_131
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Wrap
Text File
|
2008-09-12
|
831b
|
32 lines
onClipEvent(load){
heroe = eval(_root.heroe);
mapa = eval(_root.mapa);
this.gotoAndStop("jump");
SPEED = 2;
vforce = 15;
vforcei = 10;
MAXJUMP = 60;
currenthigh = 0;
xi = _X;
yi = Math.abs(_Y - _root.mapa._y);
DELAY = 15;
falling = true;
vertical = 2;
attack = false;
DAMAGE = 1;
MAXDAMAGE = 2;
currentdamage = 0;
hitted = false;
flashing = false;
hitable = false;
FLASHTIME = 5;
timerdamage = 0;
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100",rb:"200",ga:"100",gb:"180",ba:"100",bb:"150",aa:"100",ab:"00"};
myColorNormal = {ra:"100",rb:"00",ga:"100",gb:"00",ba:"100",bb:"00",aa:"100",ab:"00"};
death = false;
landing = new Sound();
landing.attachSound("sapolanding");
}